[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
Run Content
The final level of the document hierarchy is run content, which is defined as the set of elements which can be contained as the contents of a particular run in a document.
[Note: Types of run content in WordprocessingML include:
• Text
• Field Codes
• DrawingML objects
• VML objects
• Fields
end note]
[Example: Consider the following run within a WordprocessingML document:
<w:r>
<w:rPr>
<w:b/>
<w:i/>
</w:rPr>
<w:t>quick</w:t>
</w:r>
The run content consists of a single string of run text inside the t element, which reads quick. end example]